Some coding style improvements
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Sep 2013 01:39:10 +0000 (21:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Sep 2013 01:39:10 +0000 (21:39 -0400)
commitc31a34d5ee943695a5c16b3a4cfe1af0e47238b8
treeaef1704d2b4defedcad14f890a07eb7fdf3ad313
parent58621b00dec0d9fbd3aa87c2ee93917a8f360688
Some coding style improvements

Use g_return_if_fail in GTK+ style in all public APIs,
avoid dereferencing variables early, shorten some
function names.
gtk/gtklistbox.c